projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc5c84b
)
(custom-handle-all-keywords): Fix arg passed to custom-add-to-group.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Wed, 13 Nov 2002 02:26:39 +0000
(
02:26
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Wed, 13 Nov 2002 02:26:39 +0000
(
02:26
+0000)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index 0d0728d5462ca9a7169e616bb1c4df13f86edb14..dcc6bb6f0466bf35230efb7c5d00601d6342763b 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-396,7
+396,7
@@
If no such group is found, return nil."
"For customization option SYMBOL, handle keyword arguments ARGS.
Third argument TYPE is the custom option type."
(unless (memq :group args)
- (custom-add-to-group (custom-current-group) symbol
'custom-fac
e))
+ (custom-add-to-group (custom-current-group) symbol
typ
e))
(while args
(let ((arg (car args)))
(setq args (cdr args))